home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Spelling Checker
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : John Foreman
- -- : Texas Instruments, Inc.
- -- : P.O. Box 801 MS 8007
- -- : McKinney, TX 75069
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Texas Instruments, Inc.
- -- DATE CREATED : 14 December 1984
- -- DATE RELEASED : March 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TEXT MANIPULATION
- -- CATEGORY LEVEL 2 : Spelling Checker/Corrector
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Spelling Checker
- -- INDEX : Checker, Spelling
- -- INDEX : Spelling Corrector
- -- INDEX : Corrector, Spelling
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_08_4
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.SPELLER>SP2*.*
- -- FILE SPECS : PD:<ADA.SPELLER>SPELL2.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.SPELLER>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- SP2ACRONY.DCT 29559 5225
- -- SP2HELP.INI 4758 134
- -- SP2MASTER.DCT 393794 38566
- -- SPELL2.CMM 1296 39
- -- SPELL2.DOC 32564 1980
- -- SPELL2.PRO 4121 84
- -- SPELL2.SRC 766341 53334
- -- SPELL2.TST 127616 7149
- -- =============== ========== ==========
- -- 8 Files 1360049 106511
- --= ABSTRACT ===============================================--
- -- Procedure SPELLER is an interactive spell checking utility.
- -- The "default" format shall be interactive. Options allow the user to
- --
- -- * enable auxiliary dictionary search
- -- * merge two or more dictionaries together
- -- * list the contents of a specified dictionary
- -- * execute in batch mode
- -- * generate an output file containing all suspect words
- -- * disable the MASTER dictionary and or enable the ACRONYM dictionary
- --
- -- This procedure establishes the first level user interface.
- -- From this level the user will be able to access the HELP facility,
- -- merge two or more dictionaries, list out a dictionary and begin the
- -- spell checking process of a document.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 John Foreman Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-